projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b726f60
)
a11y testsuite: Stop using gtk_widget_show_now
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 2 Feb 2018 17:12:22 +0000
(18:12 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 4 Feb 2018 22:23:15 +0000
(23:23 +0100)
On non-windows, this doesn't do anything anyway.
testsuite/a11y/state/state-record.c
patch
|
blob
|
history
diff --git
a/testsuite/a11y/state/state-record.c
b/testsuite/a11y/state/state-record.c
index dd37c6233ca81a3b1c0d09eb68c59a2e11d5c0f4..5f094dce20391bde83895aad5273f8bafb983644 100644
(file)
--- a/
testsuite/a11y/state/state-record.c
+++ b/
testsuite/a11y/state/state-record.c
@@
-109,7
+109,7
@@
do_action (GtkBuilder *builder, const gchar *action, GString *string)
GObject *o;
o = gtk_builder_get_object (builder, parts[1]);
- gtk_widget_show
_now
(GTK_WIDGET (o));
+ gtk_widget_show (GTK_WIDGET (o));
}
else if (strcmp (parts[0], "focus") == 0)
{